home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 014a / zsoftdrv.zip / CPCHND.DOC < prev    next >
Text File  |  1990-10-16  |  2KB  |  53 lines

  1.             CPCHND.SYS Documentation
  2.  
  3.         CPCHND.SYS is a DOS device driver that allows the Complete 
  4.     PC Scanner to be used with PC Paintbrush with INTERRUPTS.
  5.     Dither and Brightness are set on the scanner itself. 
  6.     Resolution is dependent on the scanner type:
  7.  
  8.             Scanner            Resolution(s) in DPI
  9.         Complete Hand Scanner/400        400,300,200
  10.         Complete Half Page Scanner        200
  11.         Complete Half Page Scanner/400     400, 300, 200
  12.  
  13.         It is unnecessary to run the bundled software that comes with 
  14.     the Complete PC Scanner. Insert CPCHND.SYS into the CONFIG.SYS file
  15.     using the appropriate options. At boot the driver will respond with
  16.     a message based on the options. When Paintbrush is run, the scanner
  17.     will light up briefly before the tools are drawn on the screen. 
  18.     If this    happens you are ready to scan. If not, you must turn off your         system, re-address the dip switches, and try again.
  19.         
  20.         Options are:
  21.  
  22.         Default    Complete Hand Scanner/400
  23.         /1    Complete Hand Scanner/400
  24.         /2    Complete Half Page Scanner
  25.         /3    Complete Half Page Scanner/400 
  26.         /Cx    Channel for DMA, where x is 1 or 3 (default is channel             3)
  27.         /Hxxx    Hex port value, where xxx is the hex value. The                         default is 3E0H (no 'H'             needed)
  28.         /Ix    IRQ number, where x is 2-5 (INTERRUPT number is required)
  29.                 
  30.     Examples:
  31.     device=cpchnd.sys /2 /H2E0 /I2 /C3
  32.         Complete Half Page Scanner, port = 220H, IRQ=2, DMA=3
  33.         
  34.     Available Port Settings:
  35.         220H    260H    2A0H    2E0H    320H    360H    3A0H     3E0H        
  36.         
  37.                Scanner interface card DIP Switches
  38.     Port    #1    #2    #3    #4    #5    #6    #7    #8
  39.                       |N.A.    |IRQ2    |IRQ3    |IRQ4    |IRQ5
  40.  
  41.     220H    on     on     on     off    off    off    off    off
  42.     260H    off    off    on     off    off    off    off    off
  43.     2A0H    off    on     on     off    off    off    off    off
  44.     2E0H    on     off    off    off    off    off    off    off
  45.     320H    off    on    on    off    off    off    off    off
  46.     360H    off    on     off    off    off    off    off    off
  47.     3A0H    off    off    on     off    off    off    off    off
  48.     3E0H    off    off    off    off    off    off    off    off
  49.     
  50.     Note: DIP switch  UP = ON 
  51.  
  52.     Make sure that only one interrupt is set on. 
  53.